[SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the test (round 2)#8727
Closed
andrewor14 wants to merge 1 commit into
Closed
[SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the test (round 2)#8727andrewor14 wants to merge 1 commit into
andrewor14 wants to merge 1 commit into
Conversation
|
Test build #42363 has finished for PR 8727 at commit
|
Contributor
Author
|
retest this please |
Contributor
Author
|
This already passed |
|
Test build #42449 has finished for PR 8727 at commit
|
ashangit
pushed a commit
to ashangit/spark
that referenced
this pull request
Oct 19, 2016
…l the test (round 2) This is a follow-up patch to apache#8723. I missed one case there. Author: Andrew Or <andrew@databricks.com> Closes apache#8727 from andrewor14/fix-threading-suite. (cherry picked from commit 7b6c856) Signed-off-by: Andrew Or <andrew@databricks.com> (cherry picked from commit 5db51f9)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow-up patch to #8723. I missed one case there.